home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
dev
/
lang
/
sofa.lha
/
sofa
/
smalleiffel
/
lib_show
/
animal
/
mille_pattes.e
< prev
next >
Wrap
Text File
|
2000-03-25
|
146b
|
13 lines
class MILLE_PATTES
inherit ANIMAL;
feature {ANY}
crier is
do
std_output.put_string("SCOLO");
end;
end -- MILLE_PATTES